Northwoods.GoSilverlight 1.3.5 Assembly
ConvertStringToNodeKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : ConvertStringToNodeKey Method

s
Convert a string to a NodeKey key value.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ConvertStringToNodeKey( _
   ByVal s As String _
) As NodeKey
C# 
protected virtual NodeKey ConvertStringToNodeKey( 
   string s
)

Parameters

s

Return Value

a NodeKey

Remarks

Currently this handles NodeKey types that are String, Int32, or Guid. Override this method to handle additional types.

Requirements

See Also

© 2012 All Rights Reserved.